var net/http.http2bufPools

6 uses

	net/http (current package)
		h2_bundle.go#L9305: var http2bufPools [7]sync.Pool // of *[]byte
		h2_bundle.go#L9314: 	if index >= len(http2bufPools) {
		h2_bundle.go#L9315: 		return len(http2bufPools) - 1
		h2_bundle.go#L9337: 	if bp, ok := http2bufPools[index].Get().(*[]byte); ok && len(*bp) >= scratchLen {
		h2_bundle.go#L9338: 		defer http2bufPools[index].Put(bp)
		h2_bundle.go#L9342: 		defer http2bufPools[index].Put(&buf)